System.Collections.IDictionary.IsFixedSize Property

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns whether this dictionary is fixed size.

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
private bool IDictionary.IsFixedSize{ get;}
Visual Basic (Declaration)
Private ReadOnly Property System.Collections.IDictionary.IsFixedSize As Boolean Implements IDictionary.IsFixedSize
Visual C++
private:
virtual property bool System.Collections.IDictionary.IsFixedSize {
	bool get () sealed = IDictionary::IsFixedSize::get;
}

Field Value

Always returns true.

See Also